projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
c3b571f
2f01868
)
Auto merge of #2241 - brson:rustflags, r=alexcrichton
author
bors
<bors@rust-lang.org>
Thu, 17 Mar 2016 00:18:53 +0000
(17:18 -0700)
committer
bors
<bors@rust-lang.org>
Thu, 17 Mar 2016 00:18:53 +0000
(17:18 -0700)
Apply RUSTFLAGS arguments to rustc builds
Cargo will use RUSTFLAGS for building everything that is not a build script
or plugin. It does not apply to these targets because they may be for
a different platform that 'normal' builds.
Closes #2112
Trivial merge